projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a2603
)
(after-find-file): Improve warning message about
author
Richard M. Stallman
<rms@gnu.org>
Fri, 6 Aug 1993 18:03:10 +0000
(18:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 6 Aug 1993 18:03:10 +0000
(18:03 +0000)
existing file that can't be read.
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index fbf75041726209eaf8843d7edf6fcec3cae8f3e4..6c35a19f522a2326a3920a0f20b998ac833212a4 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-694,7
+694,7
@@
Finishes by calling the functions in `find-file-hooks'."
(msg
(cond ((and error (file-attributes buffer-file-name))
(setq buffer-read-only t)
- "File exists, but
is read-protecte
d.")
+ "File exists, but
cannot be rea
d.")
((not buffer-read-only)
(if (and warn
(file-newer-than-file-p (make-auto-save-file-name)